Bundle nuxeo-vision-core
Documentation
-
Parent Documentation: README.md
About / Synopsis
This plugin provides a wrapper for Computer Vision Services. Currently it supports the Google Vision API and the AWS Rekognition API.
Installation
Google Vision
- Configure a Google service account
- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
- Upload the JSON key file on your instance
- Edit nuxeo.conf
org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
AWS Rekognition
- Configure a key/secret pair in the AWS console
- Check the FAQ to see in which regions the API is available
- Edit nuxeo.conf
org.nuxeo.vision.default.provider=aws org.nuxeo.vision.aws.region= org.nuxeo.vision.aws.key= org.nuxeo.vision.aws.secret=
##Plugin
- From the Nuxeo Marketplace: install the Nuxeo Vision package.
- From the Nuxeo server web UI "Admin / Update Center / Packages from Nuxeo Marketplace"
- From the command line:
nuxeoctl mp-install nuxeo-vision
Code
QA
Requirements
Build requires the following software:
- git
- maven
Limitations
N/A
Build
git clone https://github.com/nuxeo/nuxeo-vision cd nuxeo-vision mvn clean install
Deploy (how to install build product)
- Install the marketplace package
###Google Vision
- Configure a Google service account
- As of march 2nd 2016, billing must be activated in your google account in order to use the Vision API
- Upload the JSON key file on your instance
- Edit nuxeo.conf
org.nuxeo.vision.google.credential=PATH_TO_JSON_CREDENTIAL_FILE
###AWS Rekognition
- Uses the credentials defined by the Nuxeo AWS service.
- Check the FAQ to see in which regions the API is available
- Edit nuxeo.conf
org.nuxeo.vision.default.provider=aws nuxeo.aws.accessKeyId=your_AWS_ACCESS_KEY_ID nuxeo.aws.secretKey=your_AWS_SECRET_ACCESS_KEY nuxeo.aws.region=your_AWS_REGION
Resources (Documentation and other links)
Plugin Documentation Google Vision AWS Rekognition
Contributing / Reporting issues
License
About Nuxeo
The Nuxeo Platform is an open source customizable and extensible content management platform for building business applications. It provides the foundation for developing document management, digital asset management, case management application and knowledge management. You can easily add features using ready-to-use addons or by extending the platform using its extension point system.
The Nuxeo Platform is developed and supported by Nuxeo, with contributions from the community.
Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.
Resolution Order
You can influence this order by adding "require" tags in the component declaration, to make sure it is resolved after another component. It will also impact the order in which contributions are registered on their target extension point (see "Registration Order" on contributions).
Components
- org.nuxeo.vision.core.service
- org.nuxeo.vision.core.listener
- org.nuxeo.vision.core.operation
- org.nuxeo.vision.core.chains
Packages
Maven Artifact
File | nuxeo-vision-core-1.3.4.jar |
---|---|
Group Id | org.nuxeo |
Artifact Id | nuxeo-vision-core |
Version | 1.3.4 |
Manifest
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: jenkins
Build-Jdk: 1.8.0_191
Bundle-ManifestVersion: 2
Bundle-Version: 1.0.0
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Vendor: Nuxeo
Bundle-Name: nuxeo-vision-core
Bundle-SymbolicName: nuxeo-vision-core;singleton=true
Nuxeo-Component: OSGI-INF/computer-vision-service.xml,OSGI-INF/listene
r-contrib.xml,OSGI-INF/operation-contrib.xml,OSGI-INF/default-chain-c
ontrib.xml
Exports
- Json Export Default Json serialization
- Json Graph Json dependency graph
- Json Contribution Stats Json statistics for contributions
- CSV Contribution Stats CSV statistics for contributions
Charts
-
Raw Data: Json Contribution Stats